home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / Demos / Notting Hill / ATHLETICS / COMMNT / 00550.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  209 b   |  10 lines

  1. on RAMdv
  2.   repeat with k = 1 to 549
  3.     if the castType of cast k = #digitalVideo then
  4.       if not (the preLoad of cast k) then
  5.         set the preLoad of cast k to 1
  6.       end if
  7.     end if
  8.   end repeat
  9. end
  10.